image/list: Show collapsed tree by default#6566
Conversation
|
With graphdrivers we'll always get the Should we get #5771 in? |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
25d0a78 to
735d8ab
Compare
c5cdb8f to
bd5cebd
Compare
Nevermind; found your other PR 🤗 |
|
Hmmm, except the content size looks wrong |
Use the new tree view by default and only fallback if format or old view-related options are used. The expanded view is shown when `--tree` is passed. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
By default cobra inherit the `os.Args` if there's no non-nil Args slice set. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
|
In the official documentation (https://docs.docker.com/reference/cli/docker/image/ls/), if I want to list the most recent images I should do: $ docker images But after Docker version 29.0.0, I get something quite different from the documentation, as shown below: To get the expected result I need to do: $ docker image list --format "table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.CreatedSince}}\t{{.Size}}" This behavior is only happening to me. |







Use the new tree view by default and only fallback if format or old view-related options are used.
The expanded view is shown when
--treeis passed.- Human readable description for the release notes
With containerd
With graphdrivers